ComponentOne Windows 7 Control Pack for WinForms
UnregisterFileAssociations(Boolean,String[]) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class > UnregisterFileAssociations Method : UnregisterFileAssociations(Boolean,String[]) Method
Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT.
The extensions to unregister.
Unregisters file associations for the application.
Syntax
Public Overloads Sub UnregisterFileAssociations( _
   ByVal forCurrentUser As Boolean, _
   ByVal ParamArray extensions() As String _
) 
Dim instance As C1TaskbarButton
Dim forCurrentUser As Boolean
Dim extensions() As String
 
instance.UnregisterFileAssociations(forCurrentUser, extensions)
public void UnregisterFileAssociations( 
   bool forCurrentUser,
   params string[] extensions
)
public:
void UnregisterFileAssociations( 
   bool forCurrentUser,
   ... array<String^>^ extensions
) 

Parameters

forCurrentUser
Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT.
extensions
The extensions to unregister.
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members
Overload List